modelstring(x)
makenw(tb,template)
as.network(nwstring,template)
size(x)
banlist(x)
banlist(x) <- value
getnetwork(x)
gettrylist(x)
network
.autosearch
or
heuristic
in the list property table
. Can be
translated into a
network
with the same
nodes as the networks described in the table tb
.i -> j
of arrows that may not be allowed in the
directed acyclic graph.modelstring
, as.network
and makenw
converts
between the string represention and network objects.
size
extracts the number of nodes in a network object.
banlist
extracts the banlist from a network object.
getnetwork
and gettrylist
are accessor function that
extracts a network object or trylist from the result from
autosearch
, heuristic
,
learn
, perturb
,
networkfamily
, drawnetwork
.